home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vegask1a / frmabout.frm < prev    next >
Text File  |  1999-02-17  |  4KB  |  131 lines

  1. VERSION 5.00
  2. Begin VB.Form about 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   4  'Fixed ToolWindow
  5.    Caption         =   "About Keno"
  6.    ClientHeight    =   4740
  7.    ClientLeft      =   45
  8.    ClientTop       =   285
  9.    ClientWidth     =   8400
  10.    ClipControls    =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    PaletteMode     =   1  'UseZOrder
  15.    ScaleHeight     =   4740
  16.    ScaleWidth      =   8400
  17.    ShowInTaskbar   =   0   'False
  18.    StartUpPosition =   1  'CenterOwner
  19.    Tag             =   "1059"
  20.    Begin VB.Image Image2 
  21.       Height          =   4620
  22.       Left            =   15
  23.       Top             =   60
  24.       Width           =   8340
  25.    End
  26.    Begin VB.Label Label4 
  27.       Alignment       =   2  'Center
  28.       BackColor       =   &H00000000&
  29.       BackStyle       =   0  'Transparent
  30.       Caption         =   $"frmAbout.frx":0000
  31.       BeginProperty Font 
  32.          Name            =   "System"
  33.          Size            =   9.75
  34.          Charset         =   0
  35.          Weight          =   700
  36.          Underline       =   0   'False
  37.          Italic          =   0   'False
  38.          Strikethrough   =   0   'False
  39.       EndProperty
  40.       ForeColor       =   &H00FFFFFF&
  41.       Height          =   855
  42.       Left            =   255
  43.       TabIndex        =   3
  44.       Top             =   3030
  45.       Width           =   8115
  46.    End
  47.    Begin VB.Line Line1 
  48.       BorderColor     =   &H00800000&
  49.       BorderWidth     =   5
  50.       X1              =   465
  51.       X2              =   8100
  52.       Y1              =   2910
  53.       Y2              =   2910
  54.    End
  55.    Begin VB.Label Label3 
  56.       Alignment       =   2  'Center
  57.       BackColor       =   &H00000000&
  58.       Caption         =   $"frmAbout.frx":00FB
  59.       BeginProperty Font 
  60.          Name            =   "MS Sans Serif"
  61.          Size            =   9.75
  62.          Charset         =   0
  63.          Weight          =   400
  64.          Underline       =   0   'False
  65.          Italic          =   0   'False
  66.          Strikethrough   =   0   'False
  67.       EndProperty
  68.       ForeColor       =   &H00FFFFFF&
  69.       Height          =   795
  70.       Left            =   420
  71.       TabIndex        =   2
  72.       Top             =   1965
  73.       Width           =   7845
  74.    End
  75.    Begin VB.Label Label2 
  76.       Alignment       =   2  'Center
  77.       BackColor       =   &H00000000&
  78.       Caption         =   "Version 3.03  02/16/1999 Mike Altmanshofer"
  79.       BeginProperty Font 
  80.          Name            =   "System"
  81.          Size            =   9.75
  82.          Charset         =   0
  83.          Weight          =   700
  84.          Underline       =   0   'False
  85.          Italic          =   -1  'True
  86.          Strikethrough   =   0   'False
  87.       EndProperty
  88.       ForeColor       =   &H00FFFFFF&
  89.       Height          =   510
  90.       Left            =   5745
  91.       TabIndex        =   1
  92.       Top             =   75
  93.       Width           =   2685
  94.    End
  95.    Begin VB.Label Label1 
  96.       Alignment       =   2  'Center
  97.       BackColor       =   &H00000000&
  98.       Caption         =   "Please send BUG reports and game requests to: Masher2@ibm.net"
  99.       BeginProperty Font 
  100.          Name            =   "MS Sans Serif"
  101.          Size            =   12
  102.          Charset         =   0
  103.          Weight          =   700
  104.          Underline       =   0   'False
  105.          Italic          =   0   'False
  106.          Strikethrough   =   0   'False
  107.       EndProperty
  108.       ForeColor       =   &H00FFFFFF&
  109.       Height          =   825
  110.       Left            =   315
  111.       TabIndex        =   0
  112.       Top             =   3930
  113.       Width           =   7815
  114.    End
  115.    Begin VB.Image Image1 
  116.       Height          =   1800
  117.       Left            =   0
  118.       Picture         =   "frmAbout.frx":01DA
  119.       Top             =   0
  120.       Width           =   5550
  121.    End
  122. End
  123. Attribute VB_Name = "about"
  124. Attribute VB_GlobalNameSpace = False
  125. Attribute VB_Creatable = False
  126. Attribute VB_PredeclaredId = True
  127. Attribute VB_Exposed = False
  128. Private Sub Image2_Click()
  129. Unload Me
  130. End Sub
  131.